Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2113 #2118

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Fix #2113 #2118

merged 1 commit into from
Oct 7, 2024

Conversation

goerch
Copy link
Contributor

@goerch goerch commented Oct 3, 2024

We also can't use NoCache to work around the problems in #2117. This PR seems to make NoCachework for our use case. Thanks to @Dot-H for providing test cases.

{
return default;
}
return new CommandDefinition(parameters is DynamicParameters ? parameters : null, flags);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a second thought: is it better to mask out some of the command flags?

@JamalQasem
Copy link

CI is broken ? Tests run successfully on a local machine.

@mgravell
Copy link
Member

mgravell commented Oct 7, 2024

CI looks to be a postgresql change on the default image. Checking.

@mgravell mgravell mentioned this pull request Oct 7, 2024
@mgravell mgravell merged commit 38df7bb into DapperLib:main Oct 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants